home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MODULES / LINEEDIT.SPK / Actions < prev    next >
Text File  |  1995-04-29  |  2KB  |  43 lines

  1. Bindable actions for LineEditor    
  2.  
  3. Totally ignore keypress                IGNORE
  4. Beep and ignore keypress            BEEP
  5. Move cursor left                LEFT
  6. Move cursor right                RIGHT
  7. Delete right to next word end            DELWORD
  8. Goto end of line                CRIGHT
  9. Goto start of line                CLEFT
  10. Goto start of next word                SRIGHT
  11. Goto end of previous word            SLEFT
  12. Toggle insert/overtype mode            TOGGLEINSERT
  13. Ctrl-U default action                DELLINE
  14. Remove line from history            REMOVELINE
  15. tcsh style filename completion            COMPLETE
  16. tcsh style filename complete-and-show-matches   COMPLETESHOW
  17. tcsh style show completions                     SHOWCOMP
  18. 4DOS TAB                    COMPLETENEXT
  19. 4DOS Shift-TAB                    COMPLETEPREV
  20. Set mark                    SETMARK
  21. Enable copy mode (toggles if not on COPY or arrow keys)    COPY
  22. Disable copy mode                UNCOPY
  23. Swap mark and cursor                SWAPMARK
  24. Emacs Ctrl-W                    CUT
  25. Delete character to cursor right        DELETENEXT
  26. Delete character to cursor left            DELETE
  27. Delete history buffer(s)            WIPEHISTORY
  28. Emacs Ctrl-K                    DELTOEND
  29. Emacs Ctrl-Y                    PASTE
  30. Swap character with char to cursor left        SWAPCHARS
  31. Handle next keypress as OS_ReadLine would    QUOTE
  32. Process this key as OS_ReadLine would        VANILLA
  33. Recall oldest line in history            CUP
  34. Recall most recent line in history        CDOWN
  35. Recall next oldest line                UP
  36. Recall next most recent line            DOWN
  37. Recall next oldest line matching start        SUP
  38. Recall next most recent line matching start     SDOWN
  39. ESCAPE key pressed                ESCAPE
  40. Function key F<keycode AND &0F> (F0 = PRINT)    FNKEY
  41. Finish editting line - don't record in history    RETURN
  42. Finish editting line - ENTER into history    ENTER
  43.